home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / smooth / form1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1997-12-17  |  779 b   |  33 lines

  1. VERSION 2.00
  2. Begin Form Form1 
  3.    Caption         =   "Form1"
  4.    ClientHeight    =   3270
  5.    ClientLeft      =   480
  6.    ClientTop       =   435
  7.    ClientWidth     =   5700
  8.    Height          =   3675
  9.    Left            =   420
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   3270
  12.    ScaleWidth      =   5700
  13.    Top             =   90
  14.    Width           =   5820
  15.    Begin PictureBox faded 
  16.       Height          =   975
  17.       Left            =   0
  18.       ScaleHeight     =   945
  19.       ScaleWidth      =   945
  20.       TabIndex        =   0
  21.       Top             =   0
  22.       Width           =   975
  23.    End
  24. Sub faded_Paint ()
  25.     FillPicture Me
  26. End Sub
  27. Sub Form_Load ()
  28. TheFormLoad Me
  29. End Sub
  30. Sub Form_Resize ()
  31. resizetheform Me
  32. End Sub
  33.